Support 'symbolic' themed icons
authorMatthias Clasen <mclasen@redhat.com>
Mon, 26 Apr 2010 10:55:34 +0000 (11:55 +0100)
committerBastien Nocera <hadess@hadess.net>
Wed, 28 Apr 2010 11:02:05 +0000 (12:02 +0100)
commit6b939d57c762f58a9f8d529024b7171ff70b6986
tree04bf5bcb6aeb62c01c62edb40e9c4036fc8e98e5
parent3cc9575323b4ca8c6d82572f1bfe3eb23555fdb3
Support 'symbolic' themed icons

Add gtk_icon_info_load_symbolic() to load symbolic icons, and
theme their background/foreground colours to match the
colours used in the theme.

Adds the gtk_icon_info_load_symbolic() function, explicit
support in GtkImage and GtkCellRendererPixbuf, and test cases
for those 2 widgets.

With help from Bastien Nocera <hadess@hadess.net>

https://bugzilla.gnome.org/show_bug.cgi?id=614711
demos/gtk-demo/images.c
demos/gtk-demo/list_store.c
docs/reference/gtk/gtk-sections.txt
gtk/gtk.symbols
gtk/gtkcellrendererpixbuf.c
gtk/gtkicontheme.c
gtk/gtkicontheme.h
gtk/gtkimage.c